net/http.http2SettingsFrame.ForeachSetting (method)

4 uses

	net/http (current package)
		h2_bundle.go#L2136: func (f *http2SettingsFrame) ForeachSetting(fn func(http2Setting) error) error {
		h2_bundle.go#L2945: 		f.ForeachSetting(func(s http2Setting) error {
		h2_bundle.go#L5296: 	if err := f.ForeachSetting(sc.processSetting); err != nil {
		h2_bundle.go#L9395: 	err := f.ForeachSetting(func(s http2Setting) error {